home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / util / cli / LocaleStr.lha / LocaleStr / LocaleStr.readme < prev    next >
Encoding:
Text File  |  1998-04-16  |  747 b   |  35 lines

  1. Short:    Output catalog strings from CLI/Shell & AmigaDOS-scripts.
  2. Author:   ki9656@unidhp.uni-c.dk (Mikael Lund)
  3. Uploader: ki9656@unidhp.uni-c.dk (Mikael Lund)
  4. Type:     util/cli
  5. Version:  1.0
  6.  
  7. What?
  8. -----
  9.  Small command that will print a string from a catalogfile using
  10.  locale.library. Usefull if you want to localize AmigaDOS scripts.
  11.  
  12. Usage
  13. -----
  14.  LocaleStr CATALOG/A,ITEM/N/A,DEF/K
  15.  
  16.  Catalog/A  Catalog in locale:catalogs/language to be opened.
  17.  Item/N/A   String number to get.
  18.  Def/K      Default string if failure.
  19.  
  20.  Example: LocaleStr sys/workbench.catalog item=6 def="mydefault"
  21.  
  22. Requirements
  23. ------------
  24.  RexxMast running.
  25.  
  26. Author
  27. ------
  28.  Mikael Lund
  29.  Ægirsgade 66, 2TH.
  30.  2200 Kbh. N.
  31.  Denmark
  32.  
  33.  ki9656@unidhp.uni-c.dk
  34.  lund@kiku.dk
  35.